home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / games / text_eng.zip / README.GPP < prev    next >
Text File  |  1995-12-12  |  390b  |  22 lines

  1.  
  2.  
  3.  
  4.  
  5. Here is the "DJGPP" version of the code.
  6.  
  7. I wrote it first using this compiler, until WATCOM came in... it really
  8. is quite a good compiler.
  9.  
  10. Also included is the binary of a port of GIFLIB 1.2 "libgif.a" which
  11. is also "enhanced" with a few extra things.
  12.  
  13. This is my compile batch file:
  14.  
  15. gcc %2 %3 %4 -o %1 %1.c -lgif -lgrx -lm -lpc
  16.  
  17. Note the "grx" inclusion...
  18.  
  19.  
  20.  
  21.  
  22.